The name icon-shadow has been deprecated and causes warnings.
&:backdrop {
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: $backdrop_fg_color;
background-color: $backdrop_bg_color;
}
outline-color: transparentize($osd_fg_color, 0.7);
box-shadow: none;
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
&:backdrop { text-shadow: none; }
}
@include button(undecorated);
box-shadow: none; //FIXME respect no edge on the button mixin
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
&:hover {
@include button(osd-hover);
background-clip: padding-box;
@extend %linked;
}
- .primary-toolbar & { icon-shadow: none; } // tango icons don't need shadows
+ .primary-toolbar & { -gtk-icon-shadow: none; } // tango icons don't need shadows
.linked > &,
.linked > &:hover,
box-shadow: inset 0 1px transparentize(white,1),
0 1px transparentize(white, 1);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
}
/* menu buttons */
border-color: transparentize($osd_borders_color, 0.3);
border-radius: 0;
box-shadow: none;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
&:dir(rtl) { border-style: none solid none none; }
&:hover {
@include button(undecorated);
color: $osd_fg_color;
border-color: transparentize(opacify($osd_borders_color, 1), 0.5);
background-color: transparentize($osd_fg_color, 0.9);
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
box-shadow: none;
}
&:backdrop {
@include button(undecorated);
color: $osd_fg_color;
border-color: transparentize(opacify($osd_borders_color, 1), 0.5);
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: none;
}
&:insensitive {
@include button(undecorated);
color: $osd_insensitive_fg_color;
border-color: transparentize(opacify($osd_borders_color, 1), 0.5);
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: none;
}
&:last-child { border-radius: 0 3px 3px 0; }
&:insensitive {
color: $insensitive_fg_color;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
}
&:backdrop {
color: $backdrop_fg_color;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
}
&:backdrop:insensitive {
color: $backdrop_insensitive_color;
.arrow {
-gtk-icon-source: -gtk-icontheme('pan-down-symbolic');
color: transparentize($selected_fg_color,0.5);
- icon-shadow: none;
+ -gtk-icon-shadow: none;
}
&:backdrop { @extend .selection-menu };
padding: 0;
border: 1px solid transparent;
@extend %undecorated_button;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
transition: none;
color: transparentize($fg_color,0.7);
&:hover {
#{$w}#{$s} {
-gtk-icon-source: -gtk-scaled(url("assets/#{$a}#{$as}#{$asset_suffix}.png"),
url("assets/#{$a}#{$as}#{$asset_suffix}@2.png"));
- icon-shadow: if(str-index($s,"backdrop"), none, 0 1px 0 $borders_edge); //no edge highlight for :backdrop
- & button.flat { icon-shadow: none; }
+ -gtk-icon-shadow: if(str-index($s,"backdrop"), none, 0 1px 0 $borders_edge); //no edge highlight for :backdrop
+ & button.flat { -gtk-icon-shadow: none; }
}
@if $variant == 'light' {
// the borders of the light variant versions of checks and radios are
menu menuitem.#{$w} {
-gtk-icon-source: -gtk-icontheme('#{$a}-symbolic');
color: mix($fg_color, $bg_color, 60%);
- icon-shadow: none;
+ -gtk-icon-shadow: none;
&:active, &:checked {
-gtk-icon-source: -gtk-icontheme('#{$a}-checked-symbolic');
}
//treeview and rows
.view.check, .view.radio,
row .check, row .radio {
- icon-shadow: none;
- &:selected, &:hover { icon-shadow: none; }
+ -gtk-icon-shadow: none;
+ &:selected, &:hover { -gtk-icon-shadow: none; }
}
//selection-mode
(':checked:active', '-checked-active-selectionmode'),
(':backdrop:checked', '-checked-backdrop-selectionmode') {
.view.content-view.check#{$s}:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox#{$as}.png"),
url("assets/checkbox#{$as}@2.png"));
background-color: transparent;
@include button(osd);
&.flat {
@extend %undecorated_button;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
text-shadow: 0 1px black;
&:backdrop,
&:insensitive,
@extend button.flat;
@extend .image-button;
@include _button_text_shadow;
- &:backdrop { icon-shadow: none; }
+ &:backdrop { -gtk-icon-shadow: none; }
}
headerbar.selection-mode button.titlebutton,
.titlebar.selection-mode button.titlebutton {
@include _button_text_shadow(white, $selected_bg_color);
- &:backdrop { icon-shadow: none; }
+ &:backdrop { -gtk-icon-shadow: none; }
}
outline-color: transparentize($osd_fg_color, 0.7);
box-shadow: none;
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
&:backdrop { text-shadow: none; }
button {
@include button(osd);
(':checked:active', '-checked-active'),
(':backdrop:checked', '-checked-backdrop') {
.#{$w}#{$s} {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/#{$a}#{$as}-dark.png"),
url("assets/#{$a}#{$as}-dark@2.png"));
}
background-clip: padding-box;
box-shadow: none;
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
}
@if $t==osd-focus {
color: $osd_text_color;
background-clip: padding-box;
box-shadow: entry_focus_shadow($fc);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
}
@if $t==osd-insensitive {
color: $osd_insensitive_fg_color;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
}
@if $t==osd-backdrop {
color: $osd_text_color;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
}
}
@if lightness($tc)<50% {
text-shadow: 0 1px $_shadow;
- icon-shadow: 0 1px $_shadow;
+ -gtk-icon-shadow: 0 1px $_shadow;
}
@else {
text-shadow: 0 -1px $_shadow;
- icon-shadow: 0 -1px $_shadow;
+ -gtk-icon-shadow: 0 -1px $_shadow;
}
}
$insensitive_borders_color);
background-image: linear-gradient(to bottom, $_bg);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
// white with 0 alpha to avoid an ugly transition, since no color means
// black with 0 alpha
@include _shadows(inset 0 1px transparentize(white,1), $_button_edge);
border-color: if($c!=$bg_color, $_bc, $backdrop_borders_color);
background-image: linear-gradient(to bottom, $_bg);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
@include _shadows(inset 0 1px transparentize(white,1),
$_blank_edge);
}
border-color: if($c!=$bg_color, $_bc, $backdrop_borders_color);
background-image: linear-gradient(to bottom, $_bg);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
// white with 0 alpha to avoid an ugly transition, since no color means
// black with 0 alpha
@include _shadows(inset 0 1px transparentize(white,1),
background-clip: padding-box;
box-shadow: inset 0 1px transparentize(white, 0.9);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: transparentize($osd_fg_color, 0.7);
}
@else if $t==osd-hover {
background-clip: padding-box;
box-shadow: inset 0 1px transparentize(white, 0.9);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: transparentize($osd_fg_color, 0.7);
}
@else if $t==osd-active {
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: transparentize($osd_fg_color, 0.7);
}
@else if $t==osd-insensitive {
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
}
@else if $t==osd-backdrop {
//
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
}
@else if $t==undecorated {
//
$_blank_edge);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
}
}
background-color: #393f3f; }
.background:backdrop {
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #949796;
background-color: #393f3f; }
outline-color: rgba(238, 238, 236, 0.3);
box-shadow: none;
text-shadow: 0 1px black;
- icon-shadow: 0 1px black; }
+ -gtk-icon-shadow: 0 1px black; }
popover.magnifier:backdrop,
popover.osd:backdrop,
.app-notification:backdrop,
background-clip: padding-box;
box-shadow: none;
text-shadow: 0 1px black;
- icon-shadow: 0 1px black; }
+ -gtk-icon-shadow: 0 1px black; }
.osd entry:focus, .osd spinbutton:focus {
background-color: transparent;
background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%);
background-clip: padding-box;
box-shadow: inset 0 0 0 1px #215d9c;
text-shadow: 0 1px black;
- icon-shadow: 0 1px black; }
+ -gtk-icon-shadow: 0 1px black; }
.osd entry:backdrop, .osd spinbutton:backdrop {
background-color: transparent;
background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.osd entry:insensitive, .osd spinbutton:insensitive {
background-color: transparent;
background-image: linear-gradient(to bottom, #1d2020, #242525 3px, #292929 90%);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.linked.vertical > entry:not(:last-child), .linked.vertical > spinbutton:not(:last-child) {
box-shadow: none; }
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
button.flat, button.sidebar-button, headerbar button.titlebutton,
.titlebar button.titlebutton {
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
transition: none; }
button.flat:hover, button.sidebar-button:hover, headerbar button.titlebutton:hover,
.titlebar button.titlebutton:hover {
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f);
text-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1);
-gtk-image-effect: highlight; }
button:active, headerbar button.titlebutton:active,
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #232727, #292d2d 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(238, 238, 236, 0.1);
transition-duration: 50ms; }
button:backdrop, headerbar button.titlebutton:backdrop,
border-color: #1f2222;
background-image: linear-gradient(to bottom, #393f3f);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
-gtk-image-effect: none; }
button:backdrop:active, button:backdrop:checked, button.flat:backdrop:active, button.sidebar-button:backdrop:active, headerbar button.titlebutton:backdrop:active,
border-color: #1f2222;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); }
button:backdrop:insensitive > .label, headerbar button.titlebutton:backdrop:insensitive > .label,
.titlebar button.titlebutton:backdrop:insensitive > .label, button.flat:backdrop:insensitive > .label, button.sidebar-button:backdrop:insensitive > .label, headerbar button.titlebutton:backdrop:insensitive > .label,
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
button:insensitive, headerbar button.titlebutton:insensitive,
.titlebar button.titlebutton:insensitive {
color: #949796;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
button:insensitive > .label, headerbar button.titlebutton:insensitive > .label,
.titlebar button.titlebutton:insensitive > .label {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3);
border: none;
box-shadow: none; }
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3);
border: none;
box-shadow: none; }
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3);
border: none;
box-shadow: none; }
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
border: none; }
button.osd:backdrop {
color: #eeeeec;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
border: none; }
.osd button, .osd headerbar button.titlebutton, headerbar .osd button.titlebutton,
.osd .titlebar button.titlebutton,
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button:hover {
color: white;
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button:active, .osd button:checked, .osd button:backdrop:active, .osd button:backdrop:checked {
color: white;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button:insensitive, .osd button:backdrop:insensitive {
color: #878a89;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.osd button:backdrop {
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.osd button.flat, .osd button.sidebar-button, .osd headerbar button.titlebutton, headerbar .osd button.titlebutton,
.osd .titlebar button.titlebutton,
.titlebar .osd button.titlebutton {
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: none;
text-shadow: 0 1px black;
- icon-shadow: 0 1px black; }
+ -gtk-icon-shadow: 0 1px black; }
.osd button.flat:hover, .osd button.sidebar-button:hover, .osd headerbar button.titlebutton:hover, headerbar .osd button.titlebutton:hover,
.osd .titlebar button.titlebutton:hover,
.titlebar .osd button.titlebutton:hover {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3);
background-clip: padding-box;
border-color: transparent;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
background-image: none;
border-color: transparent;
box-shadow: none; }
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.osd button.flat:active, .osd button.sidebar-button:active, .osd headerbar button.titlebutton:active, headerbar .osd button.titlebutton:active,
.osd .titlebar button.titlebutton:active,
.titlebar .osd button.titlebutton:active, .osd button.flat:checked, .osd button.sidebar-button:checked, .osd headerbar button.titlebutton:checked, headerbar .osd button.titlebutton:checked,
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3);
background-clip: padding-box;
border-color: transparent;
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #256ab1, #215d9c 40%, #1c5187);
text-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
button.suggested-action.flat, button.suggested-action.sidebar-button, headerbar button.suggested-action.titlebutton,
.titlebar button.suggested-action.titlebutton {
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #215d9c; }
button.suggested-action:hover {
color: white;
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #3180d4, #2467ad 40%, #215d9c);
text-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
button.suggested-action:active, button.suggested-action:checked {
color: white;
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #194776, #1b4d80 40%, #1c5187);
text-shadow: 0 -1px rgba(0, 0, 0, 0.78353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.78353);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.78353);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(238, 238, 236, 0.1); }
button.suggested-action:backdrop, button.suggested-action.flat:backdrop, button.suggested-action.sidebar-button:backdrop, headerbar button.suggested-action.titlebutton:backdrop,
.titlebar button.suggested-action.titlebutton:backdrop {
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #215d9c);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); }
button.suggested-action:backdrop:active, button.suggested-action:backdrop:checked, button.suggested-action.flat:backdrop:active, button.suggested-action.sidebar-button:backdrop:active, headerbar button.suggested-action.titlebutton:backdrop:active,
.titlebar button.suggested-action.titlebutton:backdrop:active, button.suggested-action.flat:backdrop:checked, button.suggested-action.sidebar-button:backdrop:checked, headerbar button.suggested-action.titlebutton:backdrop:checked,
border-color: #1f2222;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); }
button.suggested-action:backdrop:insensitive > .label, headerbar button.suggested-action.titlebutton:backdrop:insensitive > .label,
.titlebar button.suggested-action.titlebutton:backdrop:insensitive > .label, button.suggested-action.flat:backdrop:insensitive > .label, button.suggested-action.sidebar-button:backdrop:insensitive > .label, headerbar button.suggested-action.titlebutton:backdrop:insensitive > .label,
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: rgba(33, 93, 156, 0.8); }
button.suggested-action:insensitive {
color: #949796;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
button.suggested-action:insensitive > .label, headerbar button.suggested-action.titlebutton:insensitive > .label,
.titlebar button.suggested-action.titlebutton:insensitive > .label {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button.suggested-action:hover {
color: white;
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button.suggested-action:active, .osd button.suggested-action:checked, .osd button.suggested-action:backdrop:active, .osd button.suggested-action:backdrop:checked {
color: white;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button.suggested-action:insensitive, .osd button.suggested-action:backdrop:insensitive {
color: #878a89;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.osd button.suggested-action:backdrop {
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
button.destructive-action, headerbar button.destructive-action.titlebutton,
.titlebar button.destructive-action.titlebutton {
color: white;
border-color: #5e0707;
background-image: linear-gradient(to bottom, #ed1212, #d51010 40%, #bd0e0e);
text-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px rgba(238, 238, 236, 0.1); }
button.destructive-action.flat, button.destructive-action.sidebar-button, headerbar button.destructive-action.titlebutton,
.titlebar button.destructive-action.titlebutton {
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #d51010; }
button.destructive-action:hover {
color: white;
border-color: #5e0707;
background-image: linear-gradient(to bottom, #f03c3c, #e81111 40%, #d51010);
text-shadow: 0 -1px rgba(0, 0, 0, 0.60878);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.60878);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.60878);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px rgba(238, 238, 236, 0.1); }
button.destructive-action:active, button.destructive-action:checked {
color: white;
border-color: #5e0707;
background-image: linear-gradient(to bottom, #aa0d0d, #b60e0e 40%, #bd0e0e);
text-shadow: 0 -1px rgba(0, 0, 0, 0.72078);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.72078);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.72078);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(238, 238, 236, 0.1); }
button.destructive-action:backdrop, button.destructive-action.flat:backdrop, button.destructive-action.sidebar-button:backdrop, headerbar button.destructive-action.titlebutton:backdrop,
.titlebar button.destructive-action.titlebutton:backdrop {
border-color: #5e0707;
background-image: linear-gradient(to bottom, #d51010);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); }
button.destructive-action:backdrop:active, button.destructive-action:backdrop:checked, button.destructive-action.flat:backdrop:active, button.destructive-action.sidebar-button:backdrop:active, headerbar button.destructive-action.titlebutton:backdrop:active,
.titlebar button.destructive-action.titlebutton:backdrop:active, button.destructive-action.flat:backdrop:checked, button.destructive-action.sidebar-button:backdrop:checked, headerbar button.destructive-action.titlebutton:backdrop:checked,
border-color: #1f2222;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); }
button.destructive-action:backdrop:insensitive > .label, headerbar button.destructive-action.titlebutton:backdrop:insensitive > .label,
.titlebar button.destructive-action.titlebutton:backdrop:insensitive > .label, button.destructive-action.flat:backdrop:insensitive > .label, button.destructive-action.sidebar-button:backdrop:insensitive > .label, headerbar button.destructive-action.titlebutton:backdrop:insensitive > .label,
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: rgba(213, 16, 16, 0.8); }
button.destructive-action:insensitive {
color: #949796;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
button.destructive-action:insensitive > .label, headerbar button.destructive-action.titlebutton:insensitive > .label,
.titlebar button.destructive-action.titlebutton:insensitive > .label {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button.destructive-action:hover {
color: white;
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button.destructive-action:active, .osd button.destructive-action:checked, .osd button.destructive-action:backdrop:active, .osd button.destructive-action:backdrop:checked {
color: white;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button.destructive-action:insensitive, .osd button.destructive-action:backdrop:insensitive {
color: #878a89;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.osd button.destructive-action:backdrop {
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
button.image-button, headerbar button.titlebutton,
.titlebar button.titlebutton {
padding: 8px; }
.primary-toolbar button, .primary-toolbar headerbar button.titlebutton, headerbar .primary-toolbar button.titlebutton,
.primary-toolbar .titlebar button.titlebutton,
.titlebar .primary-toolbar button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, stacksidebar row.needs-attention > label {
animation: needs_attention 150ms ease-in;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
.inline-toolbar toolbutton > button:hover, .inline-toolbar headerbar toolbutton > button.titlebutton:hover,
.inline-toolbar .titlebar toolbutton > button.titlebutton:hover {
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f);
text-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
.inline-toolbar toolbutton > button:active, .inline-toolbar headerbar toolbutton > button.titlebutton:active,
.inline-toolbar .titlebar toolbutton > button.titlebutton:active, .inline-toolbar toolbutton > button:checked, .inline-toolbar headerbar toolbutton > button.titlebutton:checked,
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #232727, #292d2d 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(238, 238, 236, 0.1); }
.inline-toolbar toolbutton > button:insensitive, .inline-toolbar headerbar toolbutton > button.titlebutton:insensitive,
.inline-toolbar .titlebar toolbutton > button.titlebutton:insensitive {
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
.inline-toolbar toolbutton > button:insensitive > .label {
color: inherit; }
border-color: #1f2222;
background-image: linear-gradient(to bottom, #393f3f);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); }
.inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:active,
.inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:checked,
border-color: #1f2222;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); }
.inline-toolbar toolbutton > button:backdrop:insensitive > .label {
color: inherit; }
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
/* menu buttons */
modelbutton.flat,
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #eeeeec;
border-style: none none none solid;
border-color: rgba(0, 0, 0, 0.4);
border-radius: 0;
box-shadow: none;
- icon-shadow: 0 1px black; }
+ -gtk-icon-shadow: 0 1px black; }
.osd spinbutton:not(.vertical) button:dir(rtl) {
border-style: none solid none none; }
.osd spinbutton:not(.vertical) button:hover {
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.5);
background-color: rgba(238, 238, 236, 0.1);
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
box-shadow: none; }
.osd spinbutton:not(.vertical) button:backdrop {
border-color: transparent;
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.5);
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: none; }
.osd spinbutton:not(.vertical) button:insensitive {
border-color: transparent;
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #878a89;
border-color: rgba(0, 0, 0, 0.5);
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: none; }
.osd spinbutton:not(.vertical) button:last-child {
border-radius: 0 3px 3px 0; }
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
spinbutton.vertical button:first-child:active {
color: #eeeeec;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #232727, #292d2d 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
spinbutton.vertical button:first-child:hover {
color: #eeeeec;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f);
text-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
spinbutton.vertical button:first-child:insensitive {
color: #949796;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
spinbutton.vertical button:first-child:insensitive > .label, spinbutton.vertical headerbar button.titlebutton:first-child:insensitive > .label,
spinbutton.vertical .titlebar button.titlebutton:first-child:insensitive > .label {
border-color: #1f2222;
background-image: linear-gradient(to bottom, #393f3f);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
spinbutton.vertical button:first-child:backdrop:insensitive {
color: #5d6767;
border-color: #1f2222;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
spinbutton.vertical button:first-child:backdrop:insensitive > .label, spinbutton.vertical headerbar button.titlebutton:first-child:backdrop:insensitive > .label,
spinbutton.vertical .titlebar button.titlebutton:first-child:backdrop:insensitive > .label {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd spinbutton.vertical button:first-child:hover {
color: white;
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd spinbutton.vertical button:first-child:active {
color: white;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3); }
.osd spinbutton.vertical button:first-child:insensitive {
color: #878a89;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.osd spinbutton.vertical button:first-child:backdrop {
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
treeview spinbutton entry, treeview spinbutton spinbutton, treeview spinbutton entry:focus, treeview spinbutton spinbutton:focus {
padding: 1px;
border-width: 1px 0;
-GtkComboBox-arrow-scaling: 0.5;
-GtkComboBox-shadow-type: none;
text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); }
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); }
combobox > button.combo, headerbar combobox > button.combo.titlebutton,
.titlebar combobox > button.combo.titlebutton {
padding-top: 3px;
combobox:insensitive {
color: #949796;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
combobox:backdrop {
color: #949796;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
combobox:backdrop:insensitive {
color: #5d6767; }
combobox menuitem {
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #256ab1, #215d9c 40%, #1c5187);
text-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(43, 100, 160, 0.55); }
.titlebar.selection-mode button.flat, .titlebar.selection-mode button.sidebar-button,
.titlebar.selection-mode button.titlebutton,
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.titlebar.selection-mode button:hover,
headerbar.selection-mode button:hover {
color: #ffffff;
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #3180d4, #2467ad 40%, #215d9c);
text-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(43, 100, 160, 0.55); }
.titlebar.selection-mode button:active, .titlebar.selection-mode button:checked,
headerbar.selection-mode button:active,
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #194776, #1b4d80 40%, #1c5187);
text-shadow: 0 -1px rgba(0, 0, 0, 0.78353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.78353);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.78353);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(43, 100, 160, 0.55); }
.titlebar.selection-mode button:backdrop, .titlebar.selection-mode button.flat:backdrop, .titlebar.selection-mode button.sidebar-button:backdrop,
.titlebar.selection-mode button.titlebutton:backdrop,
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #215d9c);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0);
-gtk-image-effect: none;
border-color: #0f2b48; }
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #22558b);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0);
border-color: #0f2b48; }
.titlebar.selection-mode button:backdrop:insensitive > .label, .titlebar.selection-mode headerbar button.titlebutton:backdrop:insensitive > .label, .titlebar.selection-mode button.flat:backdrop:insensitive > .label, .titlebar.selection-mode button.sidebar-button:backdrop:insensitive > .label, .titlebar.selection-mode headerbar button.titlebutton:backdrop:insensitive > .label,
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.titlebar.selection-mode button:insensitive,
headerbar.selection-mode button:insensitive {
color: #91aac5;
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #22558b);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0.55); }
.titlebar.selection-mode button:insensitive > .label, .titlebar.selection-mode headerbar button.titlebutton:insensitive > .label,
headerbar.selection-mode button:insensitive > .label,
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(43, 100, 160, 0.55);
border-color: #0f2b48; }
.titlebar.selection-mode button.suggested-action:hover,
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f);
text-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(43, 100, 160, 0.55);
border-color: #0f2b48; }
.titlebar.selection-mode button.suggested-action:active,
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #232727, #292d2d 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(43, 100, 160, 0.55);
border-color: #0f2b48; }
.titlebar.selection-mode button.suggested-action:insensitive,
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0.55);
border-color: #0f2b48; }
.titlebar.selection-mode button.suggested-action:insensitive > .label, .titlebar.selection-mode headerbar button.suggested-action.titlebutton:insensitive > .label,
border-color: #1f2222;
background-image: linear-gradient(to bottom, #393f3f);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0);
border-color: #0f2b48; }
.titlebar.selection-mode button.suggested-action:backdrop:insensitive,
border-color: #1f2222;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(43, 100, 160, 0);
border-color: #0f2b48; }
.titlebar.selection-mode button.suggested-action:backdrop:insensitive > .label, .titlebar.selection-mode headerbar button.suggested-action.titlebutton:backdrop:insensitive > .label,
headerbar.selection-mode .selection-menu .arrow {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
color: rgba(255, 255, 255, 0.5);
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.tiled .titlebar, .maximized .titlebar, .tiled
headerbar, .maximized
headerbar {
.titlebar notebook tab button.titlebutton {
padding: 0;
border: 1px solid transparent;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
transition: none;
color: rgba(238, 238, 236, 0.3); }
notebook tab button:hover,
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f);
text-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
background-image: none;
box-shadow: none; }
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #232727, #292d2d 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
notebook tab button:backdrop,
notebook tab .titlebar button.titlebutton:backdrop,
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px rgba(57, 63, 63, 0.6), inset 0 -1px #2b2f2f; }
switch:hover slider {
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f);
text-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 -2px rgba(57, 63, 63, 0.6), inset 0 -1px #2b2f2f; }
switch:active slider {
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
switch:insensitive slider > .label {
color: inherit; }
border-color: #1f2222;
background-image: linear-gradient(to bottom, #393f3f);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
box-shadow: none; }
switch:backdrop:active slider {
border-color: #1f2222;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
box-shadow: none; }
switch:backdrop:insensitive slider > .label {
*************************/
check {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
check button.flat, check button.sidebar-button, check headerbar button.titlebutton, headerbar check button.titlebutton,
check .titlebar button.titlebutton,
.titlebar check button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:hover {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-hover-dark.png"), url("assets/checkbox-unchecked-hover-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
check:hover button.flat, check:hover button.sidebar-button, check:hover headerbar button.titlebutton, headerbar check:hover button.titlebutton,
check:hover .titlebar button.titlebutton,
.titlebar check:hover button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:active {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
check:active button.flat, check:active button.sidebar-button, check:active headerbar button.titlebutton, headerbar check:active button.titlebutton,
check:active .titlebar button.titlebutton,
.titlebar check:active button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
check:insensitive button.flat, check:insensitive button.sidebar-button, check:insensitive headerbar button.titlebutton, headerbar check:insensitive button.titlebutton,
check:insensitive .titlebar button.titlebutton,
.titlebar check:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:backdrop {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-dark.png"), url("assets/checkbox-unchecked-backdrop-dark@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:backdrop button.flat, check:backdrop button.sidebar-button, check:backdrop headerbar button.titlebutton, headerbar check:backdrop button.titlebutton,
check:backdrop .titlebar button.titlebutton,
.titlebar check:backdrop button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:backdrop:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-insensitive-dark.png"), url("assets/checkbox-unchecked-backdrop-insensitive-dark@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:backdrop:insensitive button.flat, check:backdrop:insensitive button.sidebar-button, check:backdrop:insensitive headerbar button.titlebutton, headerbar check:backdrop:insensitive button.titlebutton,
check:backdrop:insensitive .titlebar button.titlebutton,
.titlebar check:backdrop:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
check:inconsistent button.flat, check:inconsistent button.sidebar-button, check:inconsistent headerbar button.titlebutton, headerbar check:inconsistent button.titlebutton,
check:inconsistent .titlebar button.titlebutton,
.titlebar check:inconsistent button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:inconsistent:hover {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-hover-dark.png"), url("assets/checkbox-mixed-hover-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
check:inconsistent:hover button.flat, check:inconsistent:hover button.sidebar-button, check:inconsistent:hover headerbar button.titlebutton, headerbar check:inconsistent:hover button.titlebutton,
check:inconsistent:hover .titlebar button.titlebutton,
.titlebar check:inconsistent:hover button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:inconsistent:selected {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
check:inconsistent:selected button.flat, check:inconsistent:selected button.sidebar-button, check:inconsistent:selected headerbar button.titlebutton, headerbar check:inconsistent:selected button.titlebutton,
check:inconsistent:selected .titlebar button.titlebutton,
.titlebar check:inconsistent:selected button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:inconsistent:backdrop {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-dark.png"), url("assets/checkbox-mixed-backdrop-dark@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:inconsistent:backdrop button.flat, check:inconsistent:backdrop button.sidebar-button, check:inconsistent:backdrop headerbar button.titlebutton, headerbar check:inconsistent:backdrop button.titlebutton,
check:inconsistent:backdrop .titlebar button.titlebutton,
.titlebar check:inconsistent:backdrop button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
check:inconsistent:insensitive button.flat, check:inconsistent:insensitive button.sidebar-button, check:inconsistent:insensitive headerbar button.titlebutton, headerbar check:inconsistent:insensitive button.titlebutton,
check:inconsistent:insensitive .titlebar button.titlebutton,
.titlebar check:inconsistent:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:inconsistent:insensitive:backdrop {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-insensitive-dark.png"), url("assets/checkbox-mixed-backdrop-insensitive-dark@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:inconsistent:insensitive:backdrop button.flat, check:inconsistent:insensitive:backdrop button.sidebar-button, check:inconsistent:insensitive:backdrop headerbar button.titlebutton, headerbar check:inconsistent:insensitive:backdrop button.titlebutton,
check:inconsistent:insensitive:backdrop .titlebar button.titlebutton,
.titlebar check:inconsistent:insensitive:backdrop button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:checked {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
check:checked button.flat, check:checked button.sidebar-button, check:checked headerbar button.titlebutton, headerbar check:checked button.titlebutton,
check:checked .titlebar button.titlebutton,
.titlebar check:checked button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
check:checked:insensitive button.flat, check:checked:insensitive button.sidebar-button, check:checked:insensitive headerbar button.titlebutton, headerbar check:checked:insensitive button.titlebutton,
check:checked:insensitive .titlebar button.titlebutton,
.titlebar check:checked:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:checked:hover {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-dark.png"), url("assets/checkbox-checked-hover-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
check:checked:hover button.flat, check:checked:hover button.sidebar-button, check:checked:hover headerbar button.titlebutton, headerbar check:checked:hover button.titlebutton,
check:checked:hover .titlebar button.titlebutton,
.titlebar check:checked:hover button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:checked:active {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
check:checked:active button.flat, check:checked:active button.sidebar-button, check:checked:active headerbar button.titlebutton, headerbar check:checked:active button.titlebutton,
check:checked:active .titlebar button.titlebutton,
.titlebar check:checked:active button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:backdrop:checked {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-dark.png"), url("assets/checkbox-checked-backdrop-dark@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:backdrop:checked button.flat, check:backdrop:checked button.sidebar-button, check:backdrop:checked headerbar button.titlebutton, headerbar check:backdrop:checked button.titlebutton,
check:backdrop:checked .titlebar button.titlebutton,
.titlebar check:backdrop:checked button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:backdrop:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-insensitive-dark.png"), url("assets/checkbox-checked-backdrop-insensitive-dark@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:backdrop:checked:insensitive button.flat, check:backdrop:checked:insensitive button.sidebar-button, check:backdrop:checked:insensitive headerbar button.titlebutton, headerbar check:backdrop:checked:insensitive button.titlebutton,
check:backdrop:checked:insensitive .titlebar button.titlebutton,
.titlebar check:backdrop:checked:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
menu menuitem.check {
-gtk-icon-source: -gtk-icontheme("checkbox-symbolic");
color: #a6a8a7;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
menu menuitem.check:active, menu menuitem.check:checked {
-gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); }
menu menuitem.check:inconsistent {
radio {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
radio button.flat, radio button.sidebar-button, radio headerbar button.titlebutton, headerbar radio button.titlebutton,
radio .titlebar button.titlebutton,
.titlebar radio button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:hover {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-hover-dark.png"), url("assets/radio-unchecked-hover-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
radio:hover button.flat, radio:hover button.sidebar-button, radio:hover headerbar button.titlebutton, headerbar radio:hover button.titlebutton,
radio:hover .titlebar button.titlebutton,
.titlebar radio:hover button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:active {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
radio:active button.flat, radio:active button.sidebar-button, radio:active headerbar button.titlebutton, headerbar radio:active button.titlebutton,
radio:active .titlebar button.titlebutton,
.titlebar radio:active button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
radio:insensitive button.flat, radio:insensitive button.sidebar-button, radio:insensitive headerbar button.titlebutton, headerbar radio:insensitive button.titlebutton,
radio:insensitive .titlebar button.titlebutton,
.titlebar radio:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:backdrop {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-dark.png"), url("assets/radio-unchecked-backdrop-dark@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:backdrop button.flat, radio:backdrop button.sidebar-button, radio:backdrop headerbar button.titlebutton, headerbar radio:backdrop button.titlebutton,
radio:backdrop .titlebar button.titlebutton,
.titlebar radio:backdrop button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:backdrop:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-insensitive-dark.png"), url("assets/radio-unchecked-backdrop-insensitive-dark@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:backdrop:insensitive button.flat, radio:backdrop:insensitive button.sidebar-button, radio:backdrop:insensitive headerbar button.titlebutton, headerbar radio:backdrop:insensitive button.titlebutton,
radio:backdrop:insensitive .titlebar button.titlebutton,
.titlebar radio:backdrop:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
radio:inconsistent button.flat, radio:inconsistent button.sidebar-button, radio:inconsistent headerbar button.titlebutton, headerbar radio:inconsistent button.titlebutton,
radio:inconsistent .titlebar button.titlebutton,
.titlebar radio:inconsistent button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:inconsistent:hover {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-hover-dark.png"), url("assets/radio-mixed-hover-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
radio:inconsistent:hover button.flat, radio:inconsistent:hover button.sidebar-button, radio:inconsistent:hover headerbar button.titlebutton, headerbar radio:inconsistent:hover button.titlebutton,
radio:inconsistent:hover .titlebar button.titlebutton,
.titlebar radio:inconsistent:hover button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:inconsistent:selected {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
radio:inconsistent:selected button.flat, radio:inconsistent:selected button.sidebar-button, radio:inconsistent:selected headerbar button.titlebutton, headerbar radio:inconsistent:selected button.titlebutton,
radio:inconsistent:selected .titlebar button.titlebutton,
.titlebar radio:inconsistent:selected button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:inconsistent:backdrop {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-dark.png"), url("assets/radio-mixed-backdrop-dark@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:inconsistent:backdrop button.flat, radio:inconsistent:backdrop button.sidebar-button, radio:inconsistent:backdrop headerbar button.titlebutton, headerbar radio:inconsistent:backdrop button.titlebutton,
radio:inconsistent:backdrop .titlebar button.titlebutton,
.titlebar radio:inconsistent:backdrop button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
radio:inconsistent:insensitive button.flat, radio:inconsistent:insensitive button.sidebar-button, radio:inconsistent:insensitive headerbar button.titlebutton, headerbar radio:inconsistent:insensitive button.titlebutton,
radio:inconsistent:insensitive .titlebar button.titlebutton,
.titlebar radio:inconsistent:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:inconsistent:insensitive:backdrop {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-insensitive-dark.png"), url("assets/radio-mixed-backdrop-insensitive-dark@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:inconsistent:insensitive:backdrop button.flat, radio:inconsistent:insensitive:backdrop button.sidebar-button, radio:inconsistent:insensitive:backdrop headerbar button.titlebutton, headerbar radio:inconsistent:insensitive:backdrop button.titlebutton,
radio:inconsistent:insensitive:backdrop .titlebar button.titlebutton,
.titlebar radio:inconsistent:insensitive:backdrop button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:checked {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
radio:checked button.flat, radio:checked button.sidebar-button, radio:checked headerbar button.titlebutton, headerbar radio:checked button.titlebutton,
radio:checked .titlebar button.titlebutton,
.titlebar radio:checked button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
radio:checked:insensitive button.flat, radio:checked:insensitive button.sidebar-button, radio:checked:insensitive headerbar button.titlebutton, headerbar radio:checked:insensitive button.titlebutton,
radio:checked:insensitive .titlebar button.titlebutton,
.titlebar radio:checked:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:checked:hover {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-hover-dark.png"), url("assets/radio-checked-hover-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
radio:checked:hover button.flat, radio:checked:hover button.sidebar-button, radio:checked:hover headerbar button.titlebutton, headerbar radio:checked:hover button.titlebutton,
radio:checked:hover .titlebar button.titlebutton,
.titlebar radio:checked:hover button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:checked:active {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png"));
- icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
+ -gtk-icon-shadow: 0 1px 0 rgba(238, 238, 236, 0.1); }
radio:checked:active button.flat, radio:checked:active button.sidebar-button, radio:checked:active headerbar button.titlebutton, headerbar radio:checked:active button.titlebutton,
radio:checked:active .titlebar button.titlebutton,
.titlebar radio:checked:active button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:backdrop:checked {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-dark.png"), url("assets/radio-checked-backdrop-dark@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:backdrop:checked button.flat, radio:backdrop:checked button.sidebar-button, radio:backdrop:checked headerbar button.titlebutton, headerbar radio:backdrop:checked button.titlebutton,
radio:backdrop:checked .titlebar button.titlebutton,
.titlebar radio:backdrop:checked button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:backdrop:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-insensitive-dark.png"), url("assets/radio-checked-backdrop-insensitive-dark@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:backdrop:checked:insensitive button.flat, radio:backdrop:checked:insensitive button.sidebar-button, radio:backdrop:checked:insensitive headerbar button.titlebutton, headerbar radio:backdrop:checked:insensitive button.titlebutton,
radio:backdrop:checked:insensitive .titlebar button.titlebutton,
.titlebar radio:backdrop:checked:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
menu menuitem.radio {
-gtk-icon-source: -gtk-icontheme("radio-symbolic");
color: #a6a8a7;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
menu menuitem.radio:active, menu menuitem.radio:checked {
-gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); }
menu menuitem.radio:inconsistent {
.view.check, .view.radio,
row .check, row .radio {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view.check:selected, calendar.check:selected, .view.check:hover, .view.radio:selected, calendar.radio:selected, .view.radio:hover,
row .check:selected,
row .check:hover, row .radio:selected, row .radio:hover {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view.content-view.check:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png"));
background-color: transparent; }
.view.content-view.check:hover:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-hover-selectionmode.png"), url("assets/checkbox-hover-selectionmode@2.png"));
background-color: transparent; }
.view.content-view.check:active:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png"));
background-color: transparent; }
.view.content-view.check:backdrop:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-backdrop-selectionmode.png"), url("assets/checkbox-backdrop-selectionmode@2.png"));
background-color: transparent; }
.view.content-view.check:checked:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png"));
background-color: transparent; }
.view.content-view.check:checked:hover:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-selectionmode.png"), url("assets/checkbox-checked-hover-selectionmode@2.png"));
background-color: transparent; }
.view.content-view.check:checked:active:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png"));
background-color: transparent; }
.view.content-view.check:backdrop:checked:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-selectionmode.png"), url("assets/checkbox-checked-backdrop-selectionmode@2.png"));
background-color: transparent; }
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1);
border: 1px solid;
border-radius: 50%;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f);
text-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1);
border-color: #151717;
border-radius: 50%;
border-color: #1f2222;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); }
scale trough slider:backdrop:insensitive > .label {
color: inherit; }
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #232727, #292d2d 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(238, 238, 236, 0.1);
border: 1px solid #14375d; }
.osd scale trough slider {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3);
background-color: #202526; }
.osd scale trough slider:hover {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd scale trough slider:active {
color: white;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3); }
.osd scale trough slider:backdrop {
color: #eeeeec;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
scale trough highlight {
background-image: linear-gradient(to bottom, #215d9c 2px, #266cb5);
border: 1px solid #1c1f1f;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
row:selected button.flat, row:selected button.sidebar-button, row:selected headerbar button.titlebutton, headerbar row:selected button.titlebutton,
row:selected .titlebar button.titlebutton,
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #ffffff; }
row:selected button:hover {
color: #eeeeec;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f);
text-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
row:selected button:active, row:selected button:checked {
color: #eeeeec;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #232727, #292d2d 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
row:selected button:backdrop, row:selected button.flat:backdrop, row:selected button.sidebar-button:backdrop, row:selected headerbar button.titlebutton:backdrop, headerbar row:selected button.titlebutton:backdrop,
row:selected .titlebar button.titlebutton:backdrop,
border-color: #1f2222;
background-image: linear-gradient(to bottom, #393f3f);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
row:selected button:backdrop:active, row:selected button:backdrop:checked, row:selected button.flat:backdrop:active, row:selected button.sidebar-button:backdrop:active, row:selected headerbar button.titlebutton:backdrop:active, headerbar row:selected button.titlebutton:backdrop:active,
row:selected .titlebar button.titlebutton:backdrop:active,
border-color: #1f2222;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
row:selected button:backdrop:insensitive > .label, row:selected headerbar button.titlebutton:backdrop:insensitive > .label,
row:selected .titlebar button.titlebutton:backdrop:insensitive > .label, row:selected button.flat:backdrop:insensitive > .label, row:selected button.sidebar-button:backdrop:insensitive > .label, row:selected headerbar button.titlebutton:backdrop:insensitive > .label, headerbar row:selected button.titlebutton:backdrop:insensitive > .label,
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #949796; }
row:selected button:insensitive {
color: #949796;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
row:selected button:insensitive > .label, row:selected headerbar button.titlebutton:insensitive > .label,
row:selected .titlebar button.titlebutton:insensitive > .label {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.app-notification button.flat, .app-notification button.sidebar-button, .app-notification headerbar button.titlebutton, headerbar .app-notification button.titlebutton,
.app-notification .titlebar button.titlebutton,
headerbar .app-notification.frame button.titlebutton,
.app-notification.frame .titlebar button.titlebutton,
.titlebar .app-notification.frame button.titlebutton {
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
text-shadow: 0 1px black; }
.app-notification button:hover,
.app-notification.frame button:hover {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.app-notification button:active, .app-notification button:checked, .app-notification button:backdrop:active, .app-notification button:backdrop:checked,
.app-notification.frame button:active,
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3); }
.app-notification button:insensitive, .app-notification button:backdrop:insensitive,
.app-notification.frame button:insensitive,
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.app-notification button:backdrop,
.app-notification.frame button:backdrop {
color: #eeeeec;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
/*************
* Expanders *
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
messagedialog.csd .dialog-action-area button:hover {
color: #eeeeec;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f);
text-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
messagedialog.csd .dialog-action-area button:active {
color: #eeeeec;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #232727, #292d2d 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
messagedialog.csd .dialog-action-area button:insensitive {
color: #949796;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button:insensitive > .label, messagedialog.csd .dialog-action-area headerbar button.titlebutton:insensitive > .label,
messagedialog.csd .dialog-action-area .titlebar button.titlebutton:insensitive > .label {
border-color: #1f2222;
background-image: linear-gradient(to bottom, #393f3f);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button:backdrop:insensitive {
color: #5d6767;
border-color: #1f2222;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button:backdrop:insensitive > .label, messagedialog.csd .dialog-action-area headerbar button.titlebutton:backdrop:insensitive > .label,
messagedialog.csd .dialog-action-area .titlebar button.titlebutton:backdrop:insensitive > .label {
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #256ab1, #215d9c 40%, #1c5187);
text-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
messagedialog.csd .dialog-action-area button.suggested-action:hover {
color: white;
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #3180d4, #2467ad 40%, #215d9c);
text-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
messagedialog.csd .dialog-action-area button.suggested-action:active {
color: white;
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #194776, #1b4d80 40%, #1c5187);
text-shadow: 0 -1px rgba(0, 0, 0, 0.78353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.78353);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.78353);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
messagedialog.csd .dialog-action-area button.suggested-action:backdrop {
color: #d3dfeb;
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #215d9c);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button.suggested-action:backdrop:insensitive {
color: #5d6767;
border-color: #1f2222;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button.suggested-action:backdrop:insensitive > .label, messagedialog.csd .dialog-action-area headerbar button.suggested-action.titlebutton:backdrop:insensitive > .label,
messagedialog.csd .dialog-action-area .titlebar button.suggested-action.titlebutton:backdrop:insensitive > .label {
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button.suggested-action:insensitive > .label, messagedialog.csd .dialog-action-area headerbar button.suggested-action.titlebutton:insensitive > .label,
messagedialog.csd .dialog-action-area .titlebar button.suggested-action.titlebutton:insensitive > .label {
border-color: #5e0707;
background-image: linear-gradient(to bottom, #ed1212, #d51010 40%, #bd0e0e);
text-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.3); }
messagedialog.csd .dialog-action-area button.destructive-action:hover {
color: white;
border-color: #5e0707;
background-image: linear-gradient(to bottom, #f03c3c, #e81111 40%, #d51010);
text-shadow: 0 -1px rgba(0, 0, 0, 0.60878);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.60878);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.60878);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.3); }
messagedialog.csd .dialog-action-area button.destructive-action:active {
color: white;
border-color: #5e0707;
background-image: linear-gradient(to bottom, #aa0d0d, #b60e0e 40%, #bd0e0e);
text-shadow: 0 -1px rgba(0, 0, 0, 0.72078);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.72078);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.72078);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
messagedialog.csd .dialog-action-area button.destructive-action:backdrop {
color: #f7cfcf;
border-color: #5e0707;
background-image: linear-gradient(to bottom, #d51010);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button.destructive-action:backdrop:insensitive {
color: #5d6767;
border-color: #1f2222;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button.destructive-action:backdrop:insensitive > .label, messagedialog.csd .dialog-action-area headerbar button.destructive-action.titlebutton:backdrop:insensitive > .label,
messagedialog.csd .dialog-action-area .titlebar button.destructive-action.titlebutton:backdrop:insensitive > .label {
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #333636);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button.destructive-action:insensitive > .label, messagedialog.csd .dialog-action-area headerbar button.destructive-action.titlebutton:insensitive > .label,
messagedialog.csd .dialog-action-area .titlebar button.destructive-action.titlebutton:insensitive > .label {
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #256ab1, #215d9c 40%, #1c5187);
text-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
.info button:hover,
.question button:hover,
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #3180d4, #2467ad 40%, #215d9c);
text-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.67153);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
.info button:active,
.question button:active,
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #194776, #1b4d80 40%, #1c5187);
text-shadow: 0 -1px rgba(0, 0, 0, 0.78353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.78353);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.78353);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
.info button:insensitive,
.question button:insensitive,
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #22558b);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
.info button:insensitive > .label, .info headerbar button.titlebutton:insensitive > .label,
.info .titlebar button.titlebutton:insensitive > .label,
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #215d9c);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
border-color: #0b1e33; }
.info button:backdrop:insensitive,
border-color: #0b1e33;
background-image: linear-gradient(to bottom, #22558b);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
border-color: #0b1e33; }
.info button:backdrop:insensitive > .label, .info headerbar button.titlebutton:backdrop:insensitive > .label,
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #454c4c, #393f3f 40%, #2d3232);
text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
colorswatch#add-color-button:hover {
color: #eeeeec;
border-color: #1c1f1f;
background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f);
text-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
colorswatch#add-color-button:backdrop {
color: #949796;
border-color: #1f2222;
background-image: linear-gradient(to bottom, #393f3f);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); }
colorswatch#add-color-button overlay {
border-color: transparent;
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
/********
* Misc *
.titlebar headerbar button.titlebutton,
.titlebar button.titlebutton {
text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); }
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); }
headerbar button.titlebutton:backdrop,
.titlebar button.titlebutton:backdrop {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
headerbar.selection-mode button.titlebutton,
.titlebar.selection-mode button.titlebutton {
text-shadow: 0 -1px rgba(0, 0, 0, 0.70353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353); }
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.70353); }
headerbar.selection-mode button.titlebutton:backdrop,
.titlebar.selection-mode button.titlebutton:backdrop {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
textview text selection, textview text selection:focus,
.view selection,
outline-color: rgba(238, 238, 236, 0.3);
box-shadow: none;
text-shadow: 0 1px black;
- icon-shadow: 0 1px black; }
+ -gtk-icon-shadow: 0 1px black; }
popover.touch-selection:backdrop {
text-shadow: none; }
popover.touch-selection button,
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
popover.touch-selection button:hover {
color: white;
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
popover.touch-selection button:active, popover.touch-selection button:checked {
color: white;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3); }
popover.touch-selection button:insensitive, popover.touch-selection button:backdrop:insensitive {
color: #878a89;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
popover.touch-selection button:backdrop {
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
popover.touch-selection .check {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); }
popover.touch-selection .check:hover {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-hover-dark.png"), url("assets/checkbox-unchecked-hover-dark@2.png")); }
popover.touch-selection .check:active {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); }
popover.touch-selection .check:insensitive {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
popover.touch-selection .check:inconsistent {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); }
popover.touch-selection .check:inconsistent:hover {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-hover-dark.png"), url("assets/checkbox-mixed-hover-dark@2.png")); }
popover.touch-selection .check:inconsistent:selected {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); }
popover.touch-selection .check:inconsistent:insensitive {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
popover.touch-selection .check:checked {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); }
popover.touch-selection .check:checked:insensitive {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
popover.touch-selection .check:checked:hover {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-dark.png"), url("assets/checkbox-checked-hover-dark@2.png")); }
popover.touch-selection .check:checked:active {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); }
popover.touch-selection .check:backdrop:checked {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-dark.png"), url("assets/checkbox-checked-backdrop-dark@2.png")); }
popover.touch-selection .radio {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); }
popover.touch-selection .radio:hover {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-hover-dark.png"), url("assets/radio-unchecked-hover-dark@2.png")); }
popover.touch-selection .radio:active {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); }
popover.touch-selection .radio:insensitive {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
popover.touch-selection .radio:inconsistent {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); }
popover.touch-selection .radio:inconsistent:hover {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-hover-dark.png"), url("assets/radio-mixed-hover-dark@2.png")); }
popover.touch-selection .radio:inconsistent:selected {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); }
popover.touch-selection .radio:inconsistent:insensitive {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
popover.touch-selection .radio:checked {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); }
popover.touch-selection .radio:checked:insensitive {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
popover.touch-selection .radio:checked:hover {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-hover-dark.png"), url("assets/radio-checked-hover-dark@2.png")); }
popover.touch-selection .radio:checked:active {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); }
popover.touch-selection .radio:backdrop:checked {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-dark.png"), url("assets/radio-checked-backdrop-dark@2.png")); }
button.circular, headerbar button.circular.titlebutton,
background-color: #e9e9e9; }
.background:backdrop {
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #8e9192;
background-color: #ededed; }
outline-color: rgba(238, 238, 236, 0.3);
box-shadow: none;
text-shadow: 0 1px black;
- icon-shadow: 0 1px black; }
+ -gtk-icon-shadow: 0 1px black; }
popover.magnifier:backdrop,
popover.osd:backdrop,
.app-notification:backdrop,
background-clip: padding-box;
box-shadow: none;
text-shadow: 0 1px black;
- icon-shadow: 0 1px black; }
+ -gtk-icon-shadow: 0 1px black; }
.osd entry:focus, .osd spinbutton:focus {
background-color: transparent;
background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%);
background-clip: padding-box;
box-shadow: inset 0 0 0 1px #4a90d9;
text-shadow: 0 1px black;
- icon-shadow: 0 1px black; }
+ -gtk-icon-shadow: 0 1px black; }
.osd entry:backdrop, .osd spinbutton:backdrop {
background-color: transparent;
background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.osd entry:insensitive, .osd spinbutton:insensitive {
background-color: transparent;
background-image: linear-gradient(to bottom, #dedede, #f8f8f8 3px, #ffffff 90%);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.linked.vertical > entry:not(:last-child), .linked.vertical > spinbutton:not(:last-child) {
box-shadow: none; }
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white, 0 1px white; }
button.flat, button.sidebar-button, headerbar button.titlebutton,
.titlebar button.titlebutton {
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
transition: none; }
button.flat:hover, button.sidebar-button:hover, headerbar button.titlebutton:hover,
.titlebar button.titlebutton:hover {
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white, 0 1px white;
-gtk-image-effect: highlight; }
button:active, headerbar button.titlebutton:active,
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px white;
transition-duration: 50ms; }
button:backdrop, headerbar button.titlebutton:backdrop,
border-color: darkgray;
background-image: linear-gradient(to bottom, #ededed);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
-gtk-image-effect: none; }
button:backdrop:active, button:backdrop:checked, button.flat:backdrop:active, button.sidebar-button:backdrop:active, headerbar button.titlebutton:backdrop:active,
border-color: darkgray;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
button:backdrop:insensitive > .label, headerbar button.titlebutton:backdrop:insensitive > .label,
.titlebar button.titlebutton:backdrop:insensitive > .label, button.flat:backdrop:insensitive > .label, button.sidebar-button:backdrop:insensitive > .label, headerbar button.titlebutton:backdrop:insensitive > .label,
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
button:insensitive, headerbar button.titlebutton:insensitive,
.titlebar button.titlebutton:insensitive {
color: #8e9192;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
button:insensitive > .label, headerbar button.titlebutton:insensitive > .label,
.titlebar button.titlebutton:insensitive > .label {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3);
border: none;
box-shadow: none; }
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3);
border: none;
box-shadow: none; }
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3);
border: none;
box-shadow: none; }
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
border: none; }
button.osd:backdrop {
color: #eeeeec;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
border: none; }
.osd button, .osd headerbar button.titlebutton, headerbar .osd button.titlebutton,
.osd .titlebar button.titlebutton,
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button:hover {
color: white;
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button:active, .osd button:checked, .osd button:backdrop:active, .osd button:backdrop:checked {
color: white;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button:insensitive, .osd button:backdrop:insensitive {
color: #878a89;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.osd button:backdrop {
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.osd button.flat, .osd button.sidebar-button, .osd headerbar button.titlebutton, headerbar .osd button.titlebutton,
.osd .titlebar button.titlebutton,
.titlebar .osd button.titlebutton {
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: none;
text-shadow: 0 1px black;
- icon-shadow: 0 1px black; }
+ -gtk-icon-shadow: 0 1px black; }
.osd button.flat:hover, .osd button.sidebar-button:hover, .osd headerbar button.titlebutton:hover, headerbar .osd button.titlebutton:hover,
.osd .titlebar button.titlebutton:hover,
.titlebar .osd button.titlebutton:hover {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3);
background-clip: padding-box;
border-color: transparent;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
background-image: none;
border-color: transparent;
box-shadow: none; }
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.osd button.flat:active, .osd button.sidebar-button:active, .osd headerbar button.titlebutton:active, headerbar .osd button.titlebutton:active,
.osd .titlebar button.titlebutton:active,
.titlebar .osd button.titlebutton:active, .osd button.flat:checked, .osd button.sidebar-button:checked, .osd headerbar button.titlebutton:checked, headerbar .osd button.titlebutton:checked,
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3);
background-clip: padding-box;
border-color: transparent;
border-color: #1c5187;
background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9 40%, #3583d5);
text-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px white; }
button.suggested-action.flat, button.suggested-action.sidebar-button, headerbar button.suggested-action.titlebutton,
.titlebar button.suggested-action.titlebutton {
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #4a90d9; }
button.suggested-action:hover {
color: white;
border-color: #1c5187;
background-image: linear-gradient(to bottom, #85b4e5, #5b9add 40%, #4a90d9);
text-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px white; }
button.suggested-action:active, button.suggested-action:checked {
color: white;
border-color: #1c5187;
background-image: linear-gradient(to bottom, #2b79cb, #2e7fd3 40%, #3583d5);
text-shadow: 0 -1px rgba(0, 0, 0, 0.62353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.62353);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.62353);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px white; }
button.suggested-action:backdrop, button.suggested-action.flat:backdrop, button.suggested-action.sidebar-button:backdrop, headerbar button.suggested-action.titlebutton:backdrop,
.titlebar button.suggested-action.titlebutton:backdrop {
border-color: #4a90d9;
background-image: linear-gradient(to bottom, #4a90d9);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
button.suggested-action:backdrop:active, button.suggested-action:backdrop:checked, button.suggested-action.flat:backdrop:active, button.suggested-action.sidebar-button:backdrop:active, headerbar button.suggested-action.titlebutton:backdrop:active,
.titlebar button.suggested-action.titlebutton:backdrop:active, button.suggested-action.flat:backdrop:checked, button.suggested-action.sidebar-button:backdrop:checked, headerbar button.suggested-action.titlebutton:backdrop:checked,
border-color: darkgray;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
button.suggested-action:backdrop:insensitive > .label, headerbar button.suggested-action.titlebutton:backdrop:insensitive > .label,
.titlebar button.suggested-action.titlebutton:backdrop:insensitive > .label, button.suggested-action.flat:backdrop:insensitive > .label, button.suggested-action.sidebar-button:backdrop:insensitive > .label, headerbar button.suggested-action.titlebutton:backdrop:insensitive > .label,
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: rgba(74, 144, 217, 0.8); }
button.suggested-action:insensitive {
color: #8e9192;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
button.suggested-action:insensitive > .label, headerbar button.suggested-action.titlebutton:insensitive > .label,
.titlebar button.suggested-action.titlebutton:insensitive > .label {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button.suggested-action:hover {
color: white;
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button.suggested-action:active, .osd button.suggested-action:checked, .osd button.suggested-action:backdrop:active, .osd button.suggested-action:backdrop:checked {
color: white;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button.suggested-action:insensitive, .osd button.suggested-action:backdrop:insensitive {
color: #878a89;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.osd button.suggested-action:backdrop {
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
button.destructive-action, headerbar button.destructive-action.titlebutton,
.titlebar button.destructive-action.titlebutton {
color: white;
border-color: #8e0b0b;
background-image: linear-gradient(to bottom, #f14141, #ef2929 40%, #ed1212);
text-shadow: 0 -1px rgba(0, 0, 0, 0.56078);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.56078);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.56078);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px white; }
button.destructive-action.flat, button.destructive-action.sidebar-button, headerbar button.destructive-action.titlebutton,
.titlebar button.destructive-action.titlebutton {
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #ef2929; }
button.destructive-action:hover {
color: white;
border-color: #8e0b0b;
background-image: linear-gradient(to bottom, #f46b6b, #f03c3c 40%, #ef2929);
text-shadow: 0 -1px rgba(0, 0, 0, 0.52878);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.52878);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.52878);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px white; }
button.destructive-action:active, button.destructive-action:checked {
color: white;
border-color: #8e0b0b;
background-image: linear-gradient(to bottom, #da1010, #e51111 40%, #ed1212);
text-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px white; }
button.destructive-action:backdrop, button.destructive-action.flat:backdrop, button.destructive-action.sidebar-button:backdrop, headerbar button.destructive-action.titlebutton:backdrop,
.titlebar button.destructive-action.titlebutton:backdrop {
border-color: #ef2929;
background-image: linear-gradient(to bottom, #ef2929);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
button.destructive-action:backdrop:active, button.destructive-action:backdrop:checked, button.destructive-action.flat:backdrop:active, button.destructive-action.sidebar-button:backdrop:active, headerbar button.destructive-action.titlebutton:backdrop:active,
.titlebar button.destructive-action.titlebutton:backdrop:active, button.destructive-action.flat:backdrop:checked, button.destructive-action.sidebar-button:backdrop:checked, headerbar button.destructive-action.titlebutton:backdrop:checked,
border-color: darkgray;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
button.destructive-action:backdrop:insensitive > .label, headerbar button.destructive-action.titlebutton:backdrop:insensitive > .label,
.titlebar button.destructive-action.titlebutton:backdrop:insensitive > .label, button.destructive-action.flat:backdrop:insensitive > .label, button.destructive-action.sidebar-button:backdrop:insensitive > .label, headerbar button.destructive-action.titlebutton:backdrop:insensitive > .label,
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: rgba(239, 41, 41, 0.8); }
button.destructive-action:insensitive {
color: #8e9192;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
button.destructive-action:insensitive > .label, headerbar button.destructive-action.titlebutton:insensitive > .label,
.titlebar button.destructive-action.titlebutton:insensitive > .label {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button.destructive-action:hover {
color: white;
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button.destructive-action:active, .osd button.destructive-action:checked, .osd button.destructive-action:backdrop:active, .osd button.destructive-action:backdrop:checked {
color: white;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3); }
.osd button.destructive-action:insensitive, .osd button.destructive-action:backdrop:insensitive {
color: #878a89;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.osd button.destructive-action:backdrop {
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
button.image-button, headerbar button.titlebutton,
.titlebar button.titlebutton {
padding: 8px; }
.primary-toolbar button, .primary-toolbar headerbar button.titlebutton, headerbar .primary-toolbar button.titlebutton,
.primary-toolbar .titlebar button.titlebutton,
.titlebar .primary-toolbar button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, stacksidebar row.needs-attention > label {
animation: needs_attention 150ms ease-in;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white, 0 1px white; }
.inline-toolbar toolbutton > button:hover, .inline-toolbar headerbar toolbutton > button.titlebutton:hover,
.inline-toolbar .titlebar toolbutton > button.titlebutton:hover {
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white, 0 1px white; }
.inline-toolbar toolbutton > button:active, .inline-toolbar headerbar toolbutton > button.titlebutton:active,
.inline-toolbar .titlebar toolbutton > button.titlebutton:active, .inline-toolbar toolbutton > button:checked, .inline-toolbar headerbar toolbutton > button.titlebutton:checked,
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px white; }
.inline-toolbar toolbutton > button:insensitive, .inline-toolbar headerbar toolbutton > button.titlebutton:insensitive,
.inline-toolbar .titlebar toolbutton > button.titlebutton:insensitive {
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
.inline-toolbar toolbutton > button:insensitive > .label {
color: inherit; }
border-color: darkgray;
background-image: linear-gradient(to bottom, #ededed);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:active,
.inline-toolbar .titlebar toolbutton > button.titlebutton:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked, .inline-toolbar headerbar toolbutton > button.titlebutton:backdrop:checked,
border-color: darkgray;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.inline-toolbar toolbutton > button:backdrop:insensitive > .label {
color: inherit; }
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
/* menu buttons */
modelbutton.flat,
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #eeeeec;
border-style: none none none solid;
border-color: rgba(0, 0, 0, 0.4);
border-radius: 0;
box-shadow: none;
- icon-shadow: 0 1px black; }
+ -gtk-icon-shadow: 0 1px black; }
.osd spinbutton:not(.vertical) button:dir(rtl) {
border-style: none solid none none; }
.osd spinbutton:not(.vertical) button:hover {
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.5);
background-color: rgba(238, 238, 236, 0.1);
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
box-shadow: none; }
.osd spinbutton:not(.vertical) button:backdrop {
border-color: transparent;
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.5);
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: none; }
.osd spinbutton:not(.vertical) button:insensitive {
border-color: transparent;
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #878a89;
border-color: rgba(0, 0, 0, 0.5);
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: none; }
.osd spinbutton:not(.vertical) button:last-child {
border-radius: 0 3px 3px 0; }
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white; }
spinbutton.vertical button:first-child:active {
color: #2e3436;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
spinbutton.vertical button:first-child:hover {
color: #2e3436;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white; }
spinbutton.vertical button:first-child:insensitive {
color: #8e9192;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
spinbutton.vertical button:first-child:insensitive > .label, spinbutton.vertical headerbar button.titlebutton:first-child:insensitive > .label,
spinbutton.vertical .titlebar button.titlebutton:first-child:insensitive > .label {
border-color: darkgray;
background-image: linear-gradient(to bottom, #ededed);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
spinbutton.vertical button:first-child:backdrop:insensitive {
color: #c7c7c7;
border-color: darkgray;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
spinbutton.vertical button:first-child:backdrop:insensitive > .label, spinbutton.vertical headerbar button.titlebutton:first-child:backdrop:insensitive > .label,
spinbutton.vertical .titlebar button.titlebutton:first-child:backdrop:insensitive > .label {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd spinbutton.vertical button:first-child:hover {
color: white;
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd spinbutton.vertical button:first-child:active {
color: white;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3); }
.osd spinbutton.vertical button:first-child:insensitive {
color: #878a89;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.osd spinbutton.vertical button:first-child:backdrop {
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
treeview spinbutton entry, treeview spinbutton spinbutton, treeview spinbutton entry:focus, treeview spinbutton spinbutton:focus {
padding: 1px;
border-width: 1px 0;
-GtkComboBox-arrow-scaling: 0.5;
-GtkComboBox-shadow-type: none;
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); }
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); }
combobox > button.combo, headerbar combobox > button.combo.titlebutton,
.titlebar combobox > button.combo.titlebutton {
padding-top: 3px;
combobox:insensitive {
color: #8e9192;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
combobox:backdrop {
color: #8e9192;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
combobox:backdrop:insensitive {
color: #c7c7c7; }
combobox menuitem {
border-color: #1c5187;
background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9 40%, #3583d5);
text-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px #a5c8ec; }
.titlebar.selection-mode button.flat, .titlebar.selection-mode button.sidebar-button,
.titlebar.selection-mode button.titlebutton,
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.titlebar.selection-mode button:hover,
headerbar.selection-mode button:hover {
color: #ffffff;
border-color: #1c5187;
background-image: linear-gradient(to bottom, #85b4e5, #5b9add 40%, #4a90d9);
text-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px #a5c8ec; }
.titlebar.selection-mode button:active, .titlebar.selection-mode button:checked,
headerbar.selection-mode button:active,
border-color: #1c5187;
background-image: linear-gradient(to bottom, #2b79cb, #2e7fd3 40%, #3583d5);
text-shadow: 0 -1px rgba(0, 0, 0, 0.62353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.62353);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.62353);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px #a5c8ec; }
.titlebar.selection-mode button:backdrop, .titlebar.selection-mode button.flat:backdrop, .titlebar.selection-mode button.sidebar-button:backdrop,
.titlebar.selection-mode button.titlebutton:backdrop,
border-color: #4a90d9;
background-image: linear-gradient(to bottom, #4a90d9);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(165, 200, 236, 0);
-gtk-image-effect: none;
border-color: #184472; }
border-color: #65a1df;
background-image: linear-gradient(to bottom, #65a1df);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(165, 200, 236, 0);
border-color: #184472; }
.titlebar.selection-mode button:backdrop:insensitive > .label, .titlebar.selection-mode headerbar button.titlebutton:backdrop:insensitive > .label, .titlebar.selection-mode button.flat:backdrop:insensitive > .label, .titlebar.selection-mode button.sidebar-button:backdrop:insensitive > .label, .titlebar.selection-mode headerbar button.titlebutton:backdrop:insensitive > .label,
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.titlebar.selection-mode button:insensitive,
headerbar.selection-mode button:insensitive {
color: #b2d0ef;
border-color: #1c5187;
background-image: linear-gradient(to bottom, #65a1df);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px #a5c8ec; }
.titlebar.selection-mode button:insensitive > .label, .titlebar.selection-mode headerbar button.titlebutton:insensitive > .label,
headerbar.selection-mode button:insensitive > .label,
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white, 0 1px #a5c8ec;
border-color: #184472; }
.titlebar.selection-mode button.suggested-action:hover,
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white, 0 1px #a5c8ec;
border-color: #184472; }
.titlebar.selection-mode button.suggested-action:active,
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px #a5c8ec;
border-color: #184472; }
.titlebar.selection-mode button.suggested-action:insensitive,
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px #a5c8ec;
border-color: #184472; }
.titlebar.selection-mode button.suggested-action:insensitive > .label, .titlebar.selection-mode headerbar button.suggested-action.titlebutton:insensitive > .label,
border-color: darkgray;
background-image: linear-gradient(to bottom, #ededed);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(165, 200, 236, 0);
border-color: #184472; }
.titlebar.selection-mode button.suggested-action:backdrop:insensitive,
border-color: darkgray;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(165, 200, 236, 0);
border-color: #184472; }
.titlebar.selection-mode button.suggested-action:backdrop:insensitive > .label, .titlebar.selection-mode headerbar button.suggested-action.titlebutton:backdrop:insensitive > .label,
headerbar.selection-mode .selection-menu .arrow {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
color: rgba(255, 255, 255, 0.5);
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.tiled .titlebar, .maximized .titlebar, .tiled
headerbar, .maximized
headerbar {
.titlebar notebook tab button.titlebutton {
padding: 0;
border: 1px solid transparent;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
transition: none;
color: rgba(46, 52, 54, 0.3); }
notebook tab button:hover,
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white;
background-image: none;
box-shadow: none; }
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
notebook tab button:backdrop,
notebook tab .titlebar button.titlebutton:backdrop,
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white, 0 1px white;
box-shadow: inset 0 1px white, inset 0 -2px rgba(237, 237, 237, 0.6), inset 0 -1px #c7c7c7; }
switch:hover slider {
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white, 0 1px white;
box-shadow: inset 0 1px white, inset 0 -2px rgba(237, 237, 237, 0.6), inset 0 -1px #c7c7c7; }
switch:active slider {
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
switch:insensitive slider > .label {
color: inherit; }
border-color: darkgray;
background-image: linear-gradient(to bottom, #ededed);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
box-shadow: none; }
switch:backdrop:active slider {
border-color: darkgray;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
box-shadow: none; }
switch:backdrop:insensitive slider > .label {
*************************/
check {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
check button.flat, check button.sidebar-button, check headerbar button.titlebutton, headerbar check button.titlebutton,
check .titlebar button.titlebutton,
.titlebar check button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:selected,
row:selected check {
check:hover {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-hover.png"), url("assets/checkbox-unchecked-hover@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
check:hover button.flat, check:hover button.sidebar-button, check:hover headerbar button.titlebutton, headerbar check:hover button.titlebutton,
check:hover .titlebar button.titlebutton,
.titlebar check:hover button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:hover:selected,
row:selected check:hover {
check:active {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active.png"), url("assets/checkbox-unchecked-active@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
check:active button.flat, check:active button.sidebar-button, check:active headerbar button.titlebutton, headerbar check:active button.titlebutton,
check:active .titlebar button.titlebutton,
.titlebar check:active button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:active:selected,
row:selected check:active {
check:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
check:insensitive button.flat, check:insensitive button.sidebar-button, check:insensitive headerbar button.titlebutton, headerbar check:insensitive button.titlebutton,
check:insensitive .titlebar button.titlebutton,
.titlebar check:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:insensitive:selected,
row:selected check:insensitive {
check:backdrop {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop.png"), url("assets/checkbox-unchecked-backdrop@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:backdrop button.flat, check:backdrop button.sidebar-button, check:backdrop headerbar button.titlebutton, headerbar check:backdrop button.titlebutton,
check:backdrop .titlebar button.titlebutton,
.titlebar check:backdrop button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:backdrop:selected,
row:selected check:backdrop {
check:backdrop:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-backdrop-insensitive.png"), url("assets/checkbox-unchecked-backdrop-insensitive@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:backdrop:insensitive button.flat, check:backdrop:insensitive button.sidebar-button, check:backdrop:insensitive headerbar button.titlebutton, headerbar check:backdrop:insensitive button.titlebutton,
check:backdrop:insensitive .titlebar button.titlebutton,
.titlebar check:backdrop:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:backdrop:insensitive:selected,
row:selected check:backdrop:insensitive {
check:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
check:inconsistent button.flat, check:inconsistent button.sidebar-button, check:inconsistent headerbar button.titlebutton, headerbar check:inconsistent button.titlebutton,
check:inconsistent .titlebar button.titlebutton,
.titlebar check:inconsistent button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:inconsistent:selected,
row:selected check:inconsistent {
check:inconsistent:hover {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-hover.png"), url("assets/checkbox-mixed-hover@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
check:inconsistent:hover button.flat, check:inconsistent:hover button.sidebar-button, check:inconsistent:hover headerbar button.titlebutton, headerbar check:inconsistent:hover button.titlebutton,
check:inconsistent:hover .titlebar button.titlebutton,
.titlebar check:inconsistent:hover button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:inconsistent:hover:selected,
row:selected check:inconsistent:hover {
check:inconsistent:selected {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active.png"), url("assets/checkbox-mixed-active@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
check:inconsistent:selected button.flat, check:inconsistent:selected button.sidebar-button, check:inconsistent:selected headerbar button.titlebutton, headerbar check:inconsistent:selected button.titlebutton,
check:inconsistent:selected .titlebar button.titlebutton,
.titlebar check:inconsistent:selected button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:inconsistent:selected:selected,
row:selected check:inconsistent:selected {
check:inconsistent:backdrop {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop.png"), url("assets/checkbox-mixed-backdrop@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:inconsistent:backdrop button.flat, check:inconsistent:backdrop button.sidebar-button, check:inconsistent:backdrop headerbar button.titlebutton, headerbar check:inconsistent:backdrop button.titlebutton,
check:inconsistent:backdrop .titlebar button.titlebutton,
.titlebar check:inconsistent:backdrop button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:inconsistent:backdrop:selected,
row:selected check:inconsistent:backdrop {
check:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
check:inconsistent:insensitive button.flat, check:inconsistent:insensitive button.sidebar-button, check:inconsistent:insensitive headerbar button.titlebutton, headerbar check:inconsistent:insensitive button.titlebutton,
check:inconsistent:insensitive .titlebar button.titlebutton,
.titlebar check:inconsistent:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:inconsistent:insensitive:selected,
row:selected check:inconsistent:insensitive {
check:inconsistent:insensitive:backdrop {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-backdrop-insensitive.png"), url("assets/checkbox-mixed-backdrop-insensitive@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:inconsistent:insensitive:backdrop button.flat, check:inconsistent:insensitive:backdrop button.sidebar-button, check:inconsistent:insensitive:backdrop headerbar button.titlebutton, headerbar check:inconsistent:insensitive:backdrop button.titlebutton,
check:inconsistent:insensitive:backdrop .titlebar button.titlebutton,
.titlebar check:inconsistent:insensitive:backdrop button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:inconsistent:insensitive:backdrop:selected,
row:selected check:inconsistent:insensitive:backdrop {
check:checked {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
check:checked button.flat, check:checked button.sidebar-button, check:checked headerbar button.titlebutton, headerbar check:checked button.titlebutton,
check:checked .titlebar button.titlebutton,
.titlebar check:checked button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:checked:selected,
row:selected check:checked {
check:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
check:checked:insensitive button.flat, check:checked:insensitive button.sidebar-button, check:checked:insensitive headerbar button.titlebutton, headerbar check:checked:insensitive button.titlebutton,
check:checked:insensitive .titlebar button.titlebutton,
.titlebar check:checked:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:checked:insensitive:selected,
row:selected check:checked:insensitive {
check:checked:hover {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover.png"), url("assets/checkbox-checked-hover@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
check:checked:hover button.flat, check:checked:hover button.sidebar-button, check:checked:hover headerbar button.titlebutton, headerbar check:checked:hover button.titlebutton,
check:checked:hover .titlebar button.titlebutton,
.titlebar check:checked:hover button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:checked:hover:selected,
row:selected check:checked:hover {
check:checked:active {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active.png"), url("assets/checkbox-checked-active@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
check:checked:active button.flat, check:checked:active button.sidebar-button, check:checked:active headerbar button.titlebutton, headerbar check:checked:active button.titlebutton,
check:checked:active .titlebar button.titlebutton,
.titlebar check:checked:active button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:checked:active:selected,
row:selected check:checked:active {
check:backdrop:checked {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop.png"), url("assets/checkbox-checked-backdrop@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:backdrop:checked button.flat, check:backdrop:checked button.sidebar-button, check:backdrop:checked headerbar button.titlebutton, headerbar check:backdrop:checked button.titlebutton,
check:backdrop:checked .titlebar button.titlebutton,
.titlebar check:backdrop:checked button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:backdrop:checked:selected,
row:selected check:backdrop:checked {
check:backdrop:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-insensitive.png"), url("assets/checkbox-checked-backdrop-insensitive@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
check:backdrop:checked:insensitive button.flat, check:backdrop:checked:insensitive button.sidebar-button, check:backdrop:checked:insensitive headerbar button.titlebutton, headerbar check:backdrop:checked:insensitive button.titlebutton,
check:backdrop:checked:insensitive .titlebar button.titlebutton,
.titlebar check:backdrop:checked:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view check:backdrop:checked:insensitive:selected,
row:selected check:backdrop:checked:insensitive {
menu menuitem.check {
-gtk-icon-source: -gtk-icontheme("checkbox-symbolic");
color: #7a7e7f;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
menu menuitem.check:active, menu menuitem.check:checked {
-gtk-icon-source: -gtk-icontheme("checkbox-checked-symbolic"); }
menu menuitem.check:inconsistent {
radio {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
radio button.flat, radio button.sidebar-button, radio headerbar button.titlebutton, headerbar radio button.titlebutton,
radio .titlebar button.titlebutton,
.titlebar radio button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:selected,
row:selected radio {
radio:hover {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-hover.png"), url("assets/radio-unchecked-hover@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
radio:hover button.flat, radio:hover button.sidebar-button, radio:hover headerbar button.titlebutton, headerbar radio:hover button.titlebutton,
radio:hover .titlebar button.titlebutton,
.titlebar radio:hover button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:hover:selected,
row:selected radio:hover {
radio:active {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active.png"), url("assets/radio-unchecked-active@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
radio:active button.flat, radio:active button.sidebar-button, radio:active headerbar button.titlebutton, headerbar radio:active button.titlebutton,
radio:active .titlebar button.titlebutton,
.titlebar radio:active button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:active:selected,
row:selected radio:active {
radio:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
radio:insensitive button.flat, radio:insensitive button.sidebar-button, radio:insensitive headerbar button.titlebutton, headerbar radio:insensitive button.titlebutton,
radio:insensitive .titlebar button.titlebutton,
.titlebar radio:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:insensitive:selected,
row:selected radio:insensitive {
radio:backdrop {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop.png"), url("assets/radio-unchecked-backdrop@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:backdrop button.flat, radio:backdrop button.sidebar-button, radio:backdrop headerbar button.titlebutton, headerbar radio:backdrop button.titlebutton,
radio:backdrop .titlebar button.titlebutton,
.titlebar radio:backdrop button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:backdrop:selected,
row:selected radio:backdrop {
radio:backdrop:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-backdrop-insensitive.png"), url("assets/radio-unchecked-backdrop-insensitive@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:backdrop:insensitive button.flat, radio:backdrop:insensitive button.sidebar-button, radio:backdrop:insensitive headerbar button.titlebutton, headerbar radio:backdrop:insensitive button.titlebutton,
radio:backdrop:insensitive .titlebar button.titlebutton,
.titlebar radio:backdrop:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:backdrop:insensitive:selected,
row:selected radio:backdrop:insensitive {
radio:inconsistent {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
radio:inconsistent button.flat, radio:inconsistent button.sidebar-button, radio:inconsistent headerbar button.titlebutton, headerbar radio:inconsistent button.titlebutton,
radio:inconsistent .titlebar button.titlebutton,
.titlebar radio:inconsistent button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:inconsistent:selected,
row:selected radio:inconsistent {
radio:inconsistent:hover {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-hover.png"), url("assets/radio-mixed-hover@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
radio:inconsistent:hover button.flat, radio:inconsistent:hover button.sidebar-button, radio:inconsistent:hover headerbar button.titlebutton, headerbar radio:inconsistent:hover button.titlebutton,
radio:inconsistent:hover .titlebar button.titlebutton,
.titlebar radio:inconsistent:hover button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:inconsistent:hover:selected,
row:selected radio:inconsistent:hover {
radio:inconsistent:selected {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active.png"), url("assets/radio-mixed-active@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
radio:inconsistent:selected button.flat, radio:inconsistent:selected button.sidebar-button, radio:inconsistent:selected headerbar button.titlebutton, headerbar radio:inconsistent:selected button.titlebutton,
radio:inconsistent:selected .titlebar button.titlebutton,
.titlebar radio:inconsistent:selected button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:inconsistent:selected:selected,
row:selected radio:inconsistent:selected {
radio:inconsistent:backdrop {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop.png"), url("assets/radio-mixed-backdrop@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:inconsistent:backdrop button.flat, radio:inconsistent:backdrop button.sidebar-button, radio:inconsistent:backdrop headerbar button.titlebutton, headerbar radio:inconsistent:backdrop button.titlebutton,
radio:inconsistent:backdrop .titlebar button.titlebutton,
.titlebar radio:inconsistent:backdrop button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:inconsistent:backdrop:selected,
row:selected radio:inconsistent:backdrop {
radio:inconsistent:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
radio:inconsistent:insensitive button.flat, radio:inconsistent:insensitive button.sidebar-button, radio:inconsistent:insensitive headerbar button.titlebutton, headerbar radio:inconsistent:insensitive button.titlebutton,
radio:inconsistent:insensitive .titlebar button.titlebutton,
.titlebar radio:inconsistent:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:inconsistent:insensitive:selected,
row:selected radio:inconsistent:insensitive {
radio:inconsistent:insensitive:backdrop {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-backdrop-insensitive.png"), url("assets/radio-mixed-backdrop-insensitive@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:inconsistent:insensitive:backdrop button.flat, radio:inconsistent:insensitive:backdrop button.sidebar-button, radio:inconsistent:insensitive:backdrop headerbar button.titlebutton, headerbar radio:inconsistent:insensitive:backdrop button.titlebutton,
radio:inconsistent:insensitive:backdrop .titlebar button.titlebutton,
.titlebar radio:inconsistent:insensitive:backdrop button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:inconsistent:insensitive:backdrop:selected,
row:selected radio:inconsistent:insensitive:backdrop {
radio:checked {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
radio:checked button.flat, radio:checked button.sidebar-button, radio:checked headerbar button.titlebutton, headerbar radio:checked button.titlebutton,
radio:checked .titlebar button.titlebutton,
.titlebar radio:checked button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:checked:selected,
row:selected radio:checked {
radio:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
radio:checked:insensitive button.flat, radio:checked:insensitive button.sidebar-button, radio:checked:insensitive headerbar button.titlebutton, headerbar radio:checked:insensitive button.titlebutton,
radio:checked:insensitive .titlebar button.titlebutton,
.titlebar radio:checked:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:checked:insensitive:selected,
row:selected radio:checked:insensitive {
radio:checked:hover {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-hover.png"), url("assets/radio-checked-hover@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
radio:checked:hover button.flat, radio:checked:hover button.sidebar-button, radio:checked:hover headerbar button.titlebutton, headerbar radio:checked:hover button.titlebutton,
radio:checked:hover .titlebar button.titlebutton,
.titlebar radio:checked:hover button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:checked:hover:selected,
row:selected radio:checked:hover {
radio:checked:active {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active.png"), url("assets/radio-checked-active@2.png"));
- icon-shadow: 0 1px 0 white; }
+ -gtk-icon-shadow: 0 1px 0 white; }
radio:checked:active button.flat, radio:checked:active button.sidebar-button, radio:checked:active headerbar button.titlebutton, headerbar radio:checked:active button.titlebutton,
radio:checked:active .titlebar button.titlebutton,
.titlebar radio:checked:active button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:checked:active:selected,
row:selected radio:checked:active {
radio:backdrop:checked {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop.png"), url("assets/radio-checked-backdrop@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:backdrop:checked button.flat, radio:backdrop:checked button.sidebar-button, radio:backdrop:checked headerbar button.titlebutton, headerbar radio:backdrop:checked button.titlebutton,
radio:backdrop:checked .titlebar button.titlebutton,
.titlebar radio:backdrop:checked button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:backdrop:checked:selected,
row:selected radio:backdrop:checked {
radio:backdrop:checked:insensitive {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-insensitive.png"), url("assets/radio-checked-backdrop-insensitive@2.png"));
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
radio:backdrop:checked:insensitive button.flat, radio:backdrop:checked:insensitive button.sidebar-button, radio:backdrop:checked:insensitive headerbar button.titlebutton, headerbar radio:backdrop:checked:insensitive button.titlebutton,
radio:backdrop:checked:insensitive .titlebar button.titlebutton,
.titlebar radio:backdrop:checked:insensitive button.titlebutton {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view radio:backdrop:checked:insensitive:selected,
row:selected radio:backdrop:checked:insensitive {
menu menuitem.radio {
-gtk-icon-source: -gtk-icontheme("radio-symbolic");
color: #7a7e7f;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
menu menuitem.radio:active, menu menuitem.radio:checked {
-gtk-icon-source: -gtk-icontheme("radio-checked-symbolic"); }
menu menuitem.radio:inconsistent {
.view.check, .view.radio,
row .check, row .radio {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view.check:selected, calendar.check:selected, .view.check:hover, .view.radio:selected, calendar.radio:selected, .view.radio:hover,
row .check:selected,
row .check:hover, row .radio:selected, row .radio:hover {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.view.content-view.check:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png"));
background-color: transparent; }
.view.content-view.check:hover:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-hover-selectionmode.png"), url("assets/checkbox-hover-selectionmode@2.png"));
background-color: transparent; }
.view.content-view.check:active:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png"));
background-color: transparent; }
.view.content-view.check:backdrop:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-backdrop-selectionmode.png"), url("assets/checkbox-backdrop-selectionmode@2.png"));
background-color: transparent; }
.view.content-view.check:checked:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png"));
background-color: transparent; }
.view.content-view.check:checked:hover:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-selectionmode.png"), url("assets/checkbox-checked-hover-selectionmode@2.png"));
background-color: transparent; }
.view.content-view.check:checked:active:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png"));
background-color: transparent; }
.view.content-view.check:backdrop:checked:not(list) {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-selectionmode.png"), url("assets/checkbox-checked-backdrop-selectionmode@2.png"));
background-color: transparent; }
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white, 0 1px white;
border: 1px solid;
border-radius: 50%;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white, 0 1px white;
border-color: #999999;
border-radius: 50%;
border-color: darkgray;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
scale trough slider:backdrop:insensitive > .label {
color: inherit; }
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px white;
border: 1px solid #153d65; }
.osd scale trough slider {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3);
background-color: #202526; }
.osd scale trough slider:hover {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.osd scale trough slider:active {
color: white;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3); }
.osd scale trough slider:backdrop {
color: #eeeeec;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
scale trough highlight {
background-image: linear-gradient(to bottom, #4a90d9 2px, #63a0de);
border: 1px solid #a1a1a1;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white;
border-color: #184472; }
row:selected button.flat, row:selected button.sidebar-button, row:selected headerbar button.titlebutton, headerbar row:selected button.titlebutton,
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: #ffffff; }
row:selected button:hover {
color: #2e3436;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white;
border-color: #184472; }
row:selected button:active, row:selected button:checked {
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6);
border-color: #184472; }
row:selected button:backdrop, row:selected button.flat:backdrop, row:selected button.sidebar-button:backdrop, row:selected headerbar button.titlebutton:backdrop, headerbar row:selected button.titlebutton:backdrop,
border-color: darkgray;
background-image: linear-gradient(to bottom, #ededed);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
border-color: #184472; }
row:selected button:backdrop:active, row:selected button:backdrop:checked, row:selected button.flat:backdrop:active, row:selected button.sidebar-button:backdrop:active, row:selected headerbar button.titlebutton:backdrop:active, headerbar row:selected button.titlebutton:backdrop:active,
border-color: darkgray;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
border-color: #184472; }
row:selected button:backdrop:insensitive > .label, row:selected headerbar button.titlebutton:backdrop:insensitive > .label,
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
color: white; }
row:selected button:insensitive {
color: #8e9192;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
border-color: #184472; }
row:selected button:insensitive > .label, row:selected headerbar button.titlebutton:insensitive > .label,
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.app-notification button.flat, .app-notification button.sidebar-button, .app-notification headerbar button.titlebutton, headerbar .app-notification button.titlebutton,
.app-notification .titlebar button.titlebutton,
headerbar .app-notification.frame button.titlebutton,
.app-notification.frame .titlebar button.titlebutton,
.titlebar .app-notification.frame button.titlebutton {
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
text-shadow: 0 1px black; }
.app-notification button:hover,
.app-notification.frame button:hover {
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
.app-notification button:active, .app-notification button:checked, .app-notification button:backdrop:active, .app-notification button:backdrop:checked,
.app-notification.frame button:active,
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3); }
.app-notification button:insensitive, .app-notification button:backdrop:insensitive,
.app-notification.frame button:insensitive,
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
.app-notification button:backdrop,
.app-notification.frame button:backdrop {
color: #eeeeec;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
/*************
* Expanders *
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white; }
messagedialog.csd .dialog-action-area button:hover {
color: #2e3436;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white; }
messagedialog.csd .dialog-action-area button:active {
color: #2e3436;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #d6d6d6, gainsboro 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
messagedialog.csd .dialog-action-area button:insensitive {
color: #8e9192;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button:insensitive > .label, messagedialog.csd .dialog-action-area headerbar button.titlebutton:insensitive > .label,
messagedialog.csd .dialog-action-area .titlebar button.titlebutton:insensitive > .label {
border-color: darkgray;
background-image: linear-gradient(to bottom, #ededed);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button:backdrop:insensitive {
color: #c7c7c7;
border-color: darkgray;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button:backdrop:insensitive > .label, messagedialog.csd .dialog-action-area headerbar button.titlebutton:backdrop:insensitive > .label,
messagedialog.csd .dialog-action-area .titlebar button.titlebutton:backdrop:insensitive > .label {
border-color: #1c5187;
background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9 40%, #3583d5);
text-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5); }
messagedialog.csd .dialog-action-area button.suggested-action:hover {
color: white;
border-color: #1c5187;
background-image: linear-gradient(to bottom, #85b4e5, #5b9add 40%, #4a90d9);
text-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5); }
messagedialog.csd .dialog-action-area button.suggested-action:active {
color: white;
border-color: #1c5187;
background-image: linear-gradient(to bottom, #2b79cb, #2e7fd3 40%, #3583d5);
text-shadow: 0 -1px rgba(0, 0, 0, 0.62353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.62353);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.62353);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
messagedialog.csd .dialog-action-area button.suggested-action:backdrop {
color: #dbe9f7;
border-color: #4a90d9;
background-image: linear-gradient(to bottom, #4a90d9);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button.suggested-action:backdrop:insensitive {
color: #c7c7c7;
border-color: darkgray;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button.suggested-action:backdrop:insensitive > .label, messagedialog.csd .dialog-action-area headerbar button.suggested-action.titlebutton:backdrop:insensitive > .label,
messagedialog.csd .dialog-action-area .titlebar button.suggested-action.titlebutton:backdrop:insensitive > .label {
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button.suggested-action:insensitive > .label, messagedialog.csd .dialog-action-area headerbar button.suggested-action.titlebutton:insensitive > .label,
messagedialog.csd .dialog-action-area .titlebar button.suggested-action.titlebutton:insensitive > .label {
border-color: #8e0b0b;
background-image: linear-gradient(to bottom, #f14141, #ef2929 40%, #ed1212);
text-shadow: 0 -1px rgba(0, 0, 0, 0.56078);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.56078);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.56078);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5); }
messagedialog.csd .dialog-action-area button.destructive-action:hover {
color: white;
border-color: #8e0b0b;
background-image: linear-gradient(to bottom, #f46b6b, #f03c3c 40%, #ef2929);
text-shadow: 0 -1px rgba(0, 0, 0, 0.52878);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.52878);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.52878);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5); }
messagedialog.csd .dialog-action-area button.destructive-action:active {
color: white;
border-color: #8e0b0b;
background-image: linear-gradient(to bottom, #da1010, #e51111 40%, #ed1212);
text-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.64078);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
messagedialog.csd .dialog-action-area button.destructive-action:backdrop {
color: #fcd4d4;
border-color: #ef2929;
background-image: linear-gradient(to bottom, #ef2929);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button.destructive-action:backdrop:insensitive {
color: #c7c7c7;
border-color: darkgray;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button.destructive-action:backdrop:insensitive > .label, messagedialog.csd .dialog-action-area headerbar button.destructive-action.titlebutton:backdrop:insensitive > .label,
messagedialog.csd .dialog-action-area .titlebar button.destructive-action.titlebutton:backdrop:insensitive > .label {
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #f4f4f4);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
messagedialog.csd .dialog-action-area button.destructive-action:insensitive > .label, messagedialog.csd .dialog-action-area headerbar button.destructive-action.titlebutton:insensitive > .label,
messagedialog.csd .dialog-action-area .titlebar button.destructive-action.titlebutton:insensitive > .label {
border-color: #1c5187;
background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9 40%, #3583d5);
text-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5); }
.info button:hover,
.question button:hover,
border-color: #1c5187;
background-image: linear-gradient(to bottom, #85b4e5, #5b9add 40%, #4a90d9);
text-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.51153);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5); }
.info button:active,
.question button:active,
border-color: #1c5187;
background-image: linear-gradient(to bottom, #2b79cb, #2e7fd3 40%, #3583d5);
text-shadow: 0 -1px rgba(0, 0, 0, 0.62353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.62353);
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.62353);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
.info button:insensitive,
.question button:insensitive,
border-color: #1c5187;
background-image: linear-gradient(to bottom, #65a1df);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
.info button:insensitive > .label, .info headerbar button.titlebutton:insensitive > .label,
.info .titlebar button.titlebutton:insensitive > .label,
border-color: #4a90d9;
background-image: linear-gradient(to bottom, #4a90d9);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
border-color: #1c5187; }
.info button:backdrop:insensitive,
border-color: #65a1df;
background-image: linear-gradient(to bottom, #65a1df);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
border-color: #1c5187; }
.info button:backdrop:insensitive > .label, .info headerbar button.titlebutton:backdrop:insensitive > .label,
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, #fafafa, #ededed 40%, #e0e0e0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white, 0 1px white; }
colorswatch#add-color-button:hover {
color: #2e3436;
border-color: #a1a1a1;
background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white, 0 1px white; }
colorswatch#add-color-button:backdrop {
color: #8e9192;
border-color: darkgray;
background-image: linear-gradient(to bottom, #ededed);
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
colorswatch#add-color-button overlay {
border-color: transparent;
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
/********
* Misc *
.titlebar headerbar button.titlebutton,
.titlebar button.titlebutton {
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); }
+ -gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); }
headerbar button.titlebutton:backdrop,
.titlebar button.titlebutton:backdrop {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
headerbar.selection-mode button.titlebutton,
.titlebar.selection-mode button.titlebutton {
text-shadow: 0 -1px rgba(0, 0, 0, 0.54353);
- icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353); }
+ -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.54353); }
headerbar.selection-mode button.titlebutton:backdrop,
.titlebar.selection-mode button.titlebutton:backdrop {
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
textview text selection, textview text selection:focus,
.view selection,
outline-color: rgba(238, 238, 236, 0.3);
box-shadow: none;
text-shadow: 0 1px black;
- icon-shadow: 0 1px black; }
+ -gtk-icon-shadow: 0 1px black; }
popover.touch-selection:backdrop {
text-shadow: none; }
popover.touch-selection button,
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
popover.touch-selection button:hover {
color: white;
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
- icon-shadow: 0 1px black;
+ -gtk-icon-shadow: 0 1px black;
outline-color: rgba(238, 238, 236, 0.3); }
popover.touch-selection button:active, popover.touch-selection button:checked {
color: white;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
outline-color: rgba(238, 238, 236, 0.3); }
popover.touch-selection button:insensitive, popover.touch-selection button:backdrop:insensitive {
color: #878a89;
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
popover.touch-selection button:backdrop {
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
- icon-shadow: none; }
+ -gtk-icon-shadow: none; }
popover.touch-selection .check {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); }
popover.touch-selection .check:hover {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-hover-dark.png"), url("assets/checkbox-unchecked-hover-dark@2.png")); }
popover.touch-selection .check:active {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); }
popover.touch-selection .check:insensitive {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
popover.touch-selection .check:inconsistent {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); }
popover.touch-selection .check:inconsistent:hover {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-hover-dark.png"), url("assets/checkbox-mixed-hover-dark@2.png")); }
popover.touch-selection .check:inconsistent:selected {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); }
popover.touch-selection .check:inconsistent:insensitive {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
popover.touch-selection .check:checked {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); }
popover.touch-selection .check:checked:insensitive {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
popover.touch-selection .check:checked:hover {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-hover-dark.png"), url("assets/checkbox-checked-hover-dark@2.png")); }
popover.touch-selection .check:checked:active {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); }
popover.touch-selection .check:backdrop:checked {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-backdrop-dark.png"), url("assets/checkbox-checked-backdrop-dark@2.png")); }
popover.touch-selection .radio {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); }
popover.touch-selection .radio:hover {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-hover-dark.png"), url("assets/radio-unchecked-hover-dark@2.png")); }
popover.touch-selection .radio:active {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); }
popover.touch-selection .radio:insensitive {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
popover.touch-selection .radio:inconsistent {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); }
popover.touch-selection .radio:inconsistent:hover {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-hover-dark.png"), url("assets/radio-mixed-hover-dark@2.png")); }
popover.touch-selection .radio:inconsistent:selected {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); }
popover.touch-selection .radio:inconsistent:insensitive {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
popover.touch-selection .radio:checked {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); }
popover.touch-selection .radio:checked:insensitive {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
popover.touch-selection .radio:checked:hover {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-hover-dark.png"), url("assets/radio-checked-hover-dark@2.png")); }
popover.touch-selection .radio:checked:active {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); }
popover.touch-selection .radio:backdrop:checked {
- icon-shadow: none;
+ -gtk-icon-shadow: none;
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-backdrop-dark.png"), url("assets/radio-checked-backdrop-dark@2.png")); }
button.circular, headerbar button.circular.titlebutton,